home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / hintres / unit2.dfm / unit2.txt
Text File  |  1996-04-08  |  909b  |  49 lines

  1. object Form1: TForm1
  2.   Left = 238
  3.   Top = 264
  4.   Width = 303
  5.   Height = 153
  6.   Caption = 'Hints from Resource DLL'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   ShowHint = True
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Tag = 2
  17.     Left = 136
  18.     Top = 12
  19.     Width = 133
  20.     Height = 41
  21.     Caption = 'Label with Hint from resource'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 136
  25.     Top = 68
  26.     Width = 133
  27.     Height = 41
  28.     Hint = 'This hint was set in the Object Inspector.'
  29.     Caption = 'Label with Hint set in Object Inspector.'
  30.   end
  31.   object Button1: TButton
  32.     Tag = 1
  33.     Left = 13
  34.     Top = 12
  35.     Width = 89
  36.     Height = 33
  37.     Caption = 'Hint'
  38.     TabOrder = 0
  39.   end
  40.   object Button2: TButton
  41.     Left = 13
  42.     Top = 75
  43.     Width = 89
  44.     Height = 33
  45.     Caption = 'No Hint'
  46.     TabOrder = 1
  47.   end
  48. end
  49.